home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SAMPLEERRORS__
- #define __SAMPLEERRORS__
-
- #ifndef __DIALOGS__
- #include <Dialogs.h>
- #endif
-
- extern void LongIntToHex(long decNumber, Str255 hexNumber, short noOfDigits);
- extern pascal void DisplayErrRec(DialogPtr dptr, short item);
- extern void DisplayError( OSErr err, EventRecord *evt, char *message );
- extern void ShowElapsedTime(long elapsedTime);
-
- #endif __SAMPLEERRORS__
-